Welcome![Sign In][Sign Up]
Location:
Search - net webservice

Search list

[xml-soap-webserviceVCWebService

Description: 在VC++中调用WebService接口,访问数据库. WebService网站是用asp.net(C#)做的.-Use VC++ to call WebService interface, access to the database. WebService website is asp.net (C#) to do.
Platform: | Size: 12241920 | Author: 黄一山 | Hits:

[Windows DevelopASP.NETandWeb

Description: ASP.NET中指定义控件的应用; WebService的建立与应用。 和Session和Cookies对象的操作。 -ASP.NET middle finger controls the application of the definition WebService and application of the establishment. Cookies and Session objects and operations.
Platform: | Size: 119808 | Author: 石靓靓 | Hits:

[CSharpcalculator

Description: 基于C#.net平台开发的一个小型网页计算器,用到了webservice服务,功能不是很复杂,但是如果想要了解webservice的工作原理,或者对于webservice的初学者来说,会很有帮助.-Based on C#. Net platform for the development of a small calculator page, use the webservice service function is not very complicated, but if you want to understand the working principle of the webservice, the webservice for beginners or for example, would be helpful.
Platform: | Size: 5120 | Author: 周欣宇 | Hits:

[Internet-NetworkWebServiceNET

Description: WebService在.NET中的实战应用
Platform: | Size: 26152960 | Author: 刘杰 | Hits:

[hospital software systemGMPsystem

Description: 源代码是基于C#的兽药卖场网联格铺系统,实现了兽药的进、销、存及营销功能,将本地的数据通过互联网的WebService接口向站点远程更新数据,系统有加密、加密狗、网络传输、压缩等算法,并附本地数据库。-C# source code is based on the veterinary drug store shop system, grid-net realized veterinary import and sale, keeping and marketing functions, will local data through the Internet site, a remote WebService interface to update the data, the system has encryption, encryption dogs, network transmission, compression algorithms, together with the local database.
Platform: | Size: 8158208 | Author: xsf | Hits:

[Windows DevelopBasicAuthWebService

Description: Basic Auth WebService by Visual Studio .net for VB
Platform: | Size: 12288 | Author: 李茂瓏 | Hits:

[Otherabc

Description: C#高手,内包括ADO.NET(数据库),C#设计模式,C#语言规范,ODP.NET(专用于Oracle),Office开发,SmartClient(智能客户端),WebService,集成开发环境(IDE)-C# expert, which includes ADO.NET (database), C# design patterns, C# language specification, ODP.NET (dedicated to Oracle), Office Development, SmartClient (smart client), WebService, integrated development environment (IDE) ...
Platform: | Size: 2358272 | Author: 陈文奇 | Hits:

[OtherProgrammerCampNet

Description: ADO.NET ASP.NET CSharp FRAMEWORK WebService XML 的电子教材-ADO.NET ASP.NET CSharp FRAMEWORK WebService XML e-textbooks
Platform: | Size: 14661632 | Author: ybbh | Hits:

[.netABCP

Description: C#中spring.net和nhibernate开发实用基础项目,使用.net remoting,本地,webservice与客户端进行通信,已经在多个项目中使用,本项目为拆分的基础类库,供大家参考和引用。 有问题联系QQ137229369-C#, nhibernate spring.net and practical basis for development projects, using. Net remoting, local, webservice to communicate with the client, has been used in many projects, this project is split in the base class library for reference and reference. Problems linked QQ137229369
Platform: | Size: 4179968 | Author: 砂砂 | Hits:

[xml-soap-webservicewebservice.net

Description: this document gives to create the webservice in .net
Platform: | Size: 504832 | Author: rams | Hits:

[Delphi VCLDelphi7_webserviceClient

Description: 这是delphi7下的webservice编程很好的例子,webservice 是用c.net做的。有很好的参考价值-This is a webservice under delphi7 good example of programming, webservice is c.net do. Have a good reference value
Platform: | Size: 14336 | Author: 黄佳星 | Hits:

[.netNet(CSharp.ASP.VC)

Description: WebService调用例子, .net 版本的-WebService call example,. Net version
Platform: | Size: 18098176 | Author: liuqiang | Hits:

[WEB CodeExample-of-Webservice

Description: the uploaded file has an example of How to write webservice in C# asp.net ?
Platform: | Size: 10240 | Author: Sara | Hits:

[WEB CodeWeb-Services-ASP-net-With-c

Description: WebService ASPNET WITH C easy to use
Platform: | Size: 45056 | Author: Andri | Hits:

[.netNET-source-code-call-WebService

Description: NET教程调用WebService的源码-NET source code tutorial call WebService
Platform: | Size: 8192 | Author: 张秀芹 | Hits:

[Applicationszxhy_v1.0

Description: 成员树型图,成员结构图,区域代理,成员添加,成员等级划分,成员每月应该得到的工资奖励等功能。 奖项分为:直接推荐奖,拓展奖项,鼓励奖 等项。 数据库为SQL2005 ,程序 .net 2.0 开发-Members of the tree diagram, members of the structure, the regional agency, adding members, members of the classification, members of the monthly salary should be given incentives and other functions. Awards are divided into: Direct Choice Award, expanding awards prize to encourage other items. Database to SQL2005, program. Net 2.0 development
Platform: | Size: 3263488 | Author: xiaojiang | Hits:

[ISAPI-IED7WebService

Description: Delphi7 调用WebServices实例,自己用VS写的接口-it is .net webservice
Platform: | Size: 418816 | Author: plucky | Hits:

[CommunicationHttpMultipart

Description: WCF 是微软力推的通讯框架,它能够以 ASP.NET WebService 的方式实现 RESTful 方式的服务。但是缺陷是目前的版本不支持对 HTTP multipart 格式的自动解析。而不像传统的 ASP.NET WebService 可以自动解析 multipart 中的多媒体数据,并通过访问 Context.Request.Form["name"] 和 Context.Request.Files["name"] 方便地访问。 这份代码在 HttpMultipartFormDataParser (https://github.com/Vodurden/Http-Multipart-Data-Parser) 的基础上,解决了中文乱码的问题。希望给和我一样曾经被这个问题困扰的朋友一些帮助。 关于代码的使用方式,请参见 Vodurden 在 GitHub 上的说明。-WCF is Microsoft pushing the communications framework that can be achieved with ASP.NET WebService RESTful manner of service. But the drawback is that the current version does not support HTTP multipart format automatically resolve. And unlike traditional ASP.NET WebService can automatically parse multipart multimedia data, and through access Context.Request.Form [" name" ] and Context.Request.Files [" name" ] easy access. This code is based on HttpMultipartFormDataParser (https://github.com/Vodurden/Http-Multipart-Data-Parser) on to solve the problem of Chinese garbled. And I do want to give this issue had been troubled friend some help. On the use of code, see Vodurden on GitHub instructions.
Platform: | Size: 18432 | Author: | Hits:

[JSP/Javagather

Description: 基于webservice的一种asp.net的自动获取天气预报的例子,很实用.-Automatically get weather forecasts based on the example of a asp.net webservice, very practical.
Platform: | Size: 5214208 | Author: 刘张 | Hits:

[JSP/Javaproject

Description: 基于webservice的一种asp.net的自动获取天气预报的例子,很实用.-Automatically get weather forecasts based on the example of a asp.net webservice, very practical.
Platform: | Size: 3115008 | Author: 崔毅安 | Hits:
« 1 2 34 5 6 »

CodeBus www.codebus.net